Contribution org.nuxeo.ecm.platform.comment.widgets--actions
In component org.nuxeo.ecm.platform.comment.widgets
org.nuxeo.ecm.platform.comment.widgets
inside nuxeo-platform-comment-web-5.8.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action id="summary_document_comments_count" order="30" type="widget">
<category>SUMMARY_INDICATORS</category>
<filter-id>commentable</filter-id>
<filter-id>mutable_document</filter-id>
<filter-id>not_anonymous</filter-id>
<properties>
<property name="widgetName">document_comments_count</property>
</properties>
</action>
</extension>